home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / mx / managers / SystemManagerGlobals.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  294 b   |  16 lines

  1. package mx.managers
  2. {
  3.    public class SystemManagerGlobals
  4.    {
  5.       public static var bootstrapLoaderInfoURL:String;
  6.       
  7.       public static var topLevelSystemManagers:Array = [];
  8.       
  9.       public function SystemManagerGlobals()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.  
  16.